home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / unix / bsd / hp / m68k / start.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-18  |  222 b   |  11 lines

  1. /* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
  2.    Go figure.  */
  3. asm(".globl __start");
  4. asm("__start:    .long 0");
  5.  
  6. #define    _start    __start0
  7.  
  8. #define    DUMMIES    dummy0
  9.  
  10. #include <sysdeps/unix/start.c>
  11.